Shifts the current value right by the specified number of bits.
Performs an signed (arithmetic) shift if TSelf is signed; otherwise sets the high-order bits to zero. Discards the low-order bits.
SingleN INumeric<SingleN>.RightShift(
int count
)Private Function RightShift (
count As Integer
) As SingleN Implements INumeric(Of SingleN).RightShiftprivate:
virtual SingleN RightShift(
int count
) sealed = INumeric<SingleN>::RightShiftprivate abstract RightShift :
count : int -> SingleN
private override RightShift :
count : int -> SingleN